Merge branch 'staging' into 'master'
Staging See merge request steveeJ/infra!10
This commit is contained in:
commit
dccc50926a
4 changed files with 3 additions and 2 deletions
|
@ -63,5 +63,6 @@ in {
|
||||||
mkpasswd
|
mkpasswd
|
||||||
|
|
||||||
just
|
just
|
||||||
|
ripgrep
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
home-manager.users.steveej = import ../../../home-manager/configuration/text-minimal.txt;
|
home-manager.users.steveej = import ../../../home-manager/configuration/text-minimal.nix;
|
||||||
|
|
||||||
services.syncthing = {
|
services.syncthing = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
"${builtins.fetchGit { url = "https://github.com/rycee/home-manager.git"; ref = "master"; }}/nixos"
|
"${builtins.fetchGit { url = "https://github.com/rycee/home-manager.git"; ref = "master"; }}/nixos"
|
||||||
];
|
];
|
||||||
home-manager.users.root = import ../../../home-manager/configuration/text-minimal.txt;
|
home-manager.users.root = import ../../../home-manager/configuration/text-minimal.nix;
|
||||||
|
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
allowBroken = false;
|
allowBroken = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue