mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
hosts/ni: update Guix service config
This commit is contained in:
parent
55f9db7599
commit
112e155aa4
@ -210,11 +210,6 @@
|
|||||||
};
|
};
|
||||||
services.openssh.enable = lib.mkDefault true;
|
services.openssh.enable = lib.mkDefault true;
|
||||||
|
|
||||||
# We're setting Guix service package with the flake-provided package.
|
|
||||||
# This is to prevent problems setting with overlays as much as I like
|
|
||||||
# using them.
|
|
||||||
services.guix.package = inputs.guix-overlay.packages.${config.nixpkgs.system}.guix;
|
|
||||||
|
|
||||||
# It's following the 'nixpkgs' flake input which should be in unstable
|
# It's following the 'nixpkgs' flake input which should be in unstable
|
||||||
# branches. Not to mention, most of the system configurations should
|
# branches. Not to mention, most of the system configurations should
|
||||||
# have this attribute set explicitly by default.
|
# have this attribute set explicitly by default.
|
||||||
|
@ -140,8 +140,12 @@
|
|||||||
exploitdb
|
exploitdb
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable Guix service.
|
# Installing Guix within NixOS. Now that's some OTP rarepair material right
|
||||||
services.guix.enable = true;
|
# there.
|
||||||
|
services.guix = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.guix;
|
||||||
|
};
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "Asia/Manila";
|
time.timeZone = "Asia/Manila";
|
||||||
|
Loading…
Reference in New Issue
Block a user