Commit 959cbbb 1 parent fb3f95f commit 959cbbb Copy full SHA for 959cbbb
File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 14
14
vinylcutter = nixpkgs . lib . nixosSystem {
15
15
system = "x86_64-linux" ;
16
16
modules = [
17
- ( import ./hosts/vinylcutter/configuration.nix )
18
- ( import ./mixins/nix2.4.nix )
17
+ ./hosts/vinylcutter/configuration.nix
18
+ ./mixins/nix2.4.nix
19
19
home-manager . nixosModules . home-manager
20
20
{
21
21
home-manager . useGlobalPkgs = true ;
35
35
doesnix = nixpkgs . lib . nixosSystem {
36
36
system = "x86_64-linux" ;
37
37
modules = [
38
- ( import ./hosts/doesnix/configuration.nix )
39
- ( import ./mixins/nix2.4.nix )
38
+ ./hosts/doesnix/configuration.nix
39
+ ./mixins/nix2.4.nix
40
40
{
41
41
_module . args . nixinate = {
42
42
host = "doesnix.local" ;
Original file line number Diff line number Diff line change 19
19
] ;
20
20
21
21
boot . supportedFilesystems = [ "zfs" ] ;
22
- networking . hostId = "9ff35da5" ;
22
+ networking . hostId = "9ff35da5" ;
23
23
24
24
boot . loader . efi . canTouchEfiVariables = true ;
25
25
76
76
system . stateVersion = "20.09" ; # Did you read the comment?
77
77
78
78
}
79
-
You can’t perform that action at this time.
0 commit comments