diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-21 08:02:43 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-21 08:13:13 -0700 |
| commit | bc30869da959353a2eb9236c8bb317023895d64a (patch) | |
| tree | 9bcead639b123b89b869eca82a97c2e0c64862d7 /nix/machines/nixos/x86_64-linux/vm-synology.nix | |
| parent | move nix configuration to its own profile (diff) | |
| download | infra-bc30869da959353a2eb9236c8bb317023895d64a.tar.gz | |
import nix profile in the server profile
Diffstat (limited to 'nix/machines/nixos/x86_64-linux/vm-synology.nix')
| -rw-r--r-- | nix/machines/nixos/x86_64-linux/vm-synology.nix | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/nix/machines/nixos/x86_64-linux/vm-synology.nix b/nix/machines/nixos/x86_64-linux/vm-synology.nix index 02030fc..9896ebb 100644 --- a/nix/machines/nixos/x86_64-linux/vm-synology.nix +++ b/nix/machines/nixos/x86_64-linux/vm-synology.nix @@ -1,4 +1,4 @@ -{ self, pkgs, ... }: +{ self, ... }: { age = { secrets = { @@ -31,20 +31,6 @@ boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "vm-synology"; - nix = { - package = pkgs.nixVersions.latest; - settings = { - trusted-users = [ - "@admin" - "fcuny" - ]; - experimental-features = [ - "nix-command" - "flakes" - ]; - }; - }; - # Define a user account. Don't forget to set a password with ‘passwd’. users.mutableUsers = false; |
