This commit is contained in:
16
flake.nix
16
flake.nix
@@ -255,14 +255,14 @@
|
|||||||
...
|
...
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
devices = {
|
devices = {
|
||||||
mirai = mkDevice {
|
# mirai = mkDevice {
|
||||||
name = "mirai";
|
# name = "mirai";
|
||||||
system = "x86_64-linux";
|
# system = "x86_64-linux";
|
||||||
user = "fs0c131y";
|
# user = "fs0c131y";
|
||||||
hasGui = false; # Don't wan't to run GUI apps on a headless server
|
# hasGui = false; # Don't wan't to run GUI apps on a headless server
|
||||||
isNix = true;
|
# isNix = true;
|
||||||
isServer = true;
|
# isServer = true;
|
||||||
};
|
# };
|
||||||
tako = mkDevice {
|
tako = mkDevice {
|
||||||
name = "tako";
|
name = "tako";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|||||||
Reference in New Issue
Block a user